home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / lynxlib.zoo / s / mactions.sam < prev    next >
Encoding:
Text File  |  1990-12-22  |  162 b   |  12 lines

  1. #    Default actions, used to compile LynxLib
  2.  
  3. # C compiler
  4.  
  5. .c.o:
  6.     $(CC) $(CFLAGS) $*$(CSUFFIX)
  7.  
  8. # Assembler
  9.  
  10. .s.o:
  11.     $(AS) -fmu $(ASFLAGS) $*$(ASSUFFIX)
  12.